SftTree/NET 2.0

EndEdit Method, SftTree Class

Softel vdm, Inc.

Ends cell editing.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Function EndEdit( ByVal Validate As Boolean ) As Boolean

C#   

public bool EndEdit( bool Validate );

C++   

public: bool EndEdit( bool Validate );

Validate

Set to True to validate input data, False to skip input validation.

Return Value

Returns True if cell editing has ended, False if it hasn't due to input validation (the application rejected the input data using the EditValidate event). If Validate is False, EndEdit will always return True.

Comments

The EndEdit method ends cell editing.

If Validate is True, the EditValidate event is generated to allow the application to process the input data. If Validate is False, the current data being edited is abandoned and the cell remains unchanged.

The EndEdit method doesn't need to be called under normal circumstances. If the user clicks the mouse button outside the cell being edited, the tree control automatically generates an EditValidate event. The EndEdit method can be used to end cell editing due to an external event, such as a timer event or other application specific events.

Cell editing can be started using the CellClass.Edit method.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com